'Declaration
Public Function New( _ ByVal eventArgs As EasyUADataChangeNotificationEventArgs _ )
'Usage
Dim eventArgs As EasyUADataChangeNotificationEventArgs Dim instance As New EasyUADataChangeNotificationEventArgs(Of TValue)(eventArgs)
public EasyUADataChangeNotificationEventArgs<TValue>( EasyUADataChangeNotificationEventArgs eventArgs )
public: EasyUADataChangeNotificationEventArgs<TValue>( EasyUADataChangeNotificationEventArgs^ eventArgs )
Parameters
- eventArgs
- Data change notification event arguments object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).